home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / ms-0.07 / MANIFEST < prev    next >
Text File  |  1995-06-26  |  3KB  |  59 lines

  1. This MandelSpawn distribution should contain the following files:
  2.  
  3. ./README                  general information
  4. ./INSTALL        installation guide
  5. ./TO_DO                   things yet to be done
  6. ./COPYING                 the GNU General Public License, version 1
  7. ./MANIFEST                this file
  8. ./ChangeLog               recent changes
  9. ./Makefile        top-level Makefile
  10.  
  11. ./xms/Imakefile           Imakefile for the client only
  12. ./xms/noImakefile         rudimentary makefile for imake-less users
  13. ./xms/main.c              the main program
  14. ./xms/Mama.c              parallelism & general supervisory stuff
  15. ./xms/Mama.h               - public header for the above
  16. ./xms/MamaP.h              - private header for the above
  17. ./xms/Ms.c                graphics & interaction
  18. ./xms/Ms.h                 - public header for the above
  19. ./xms/MsP.h                - public header for the above
  20. ./xms/xio.c               Xt-based I/O multiplexing
  21. ./xms/menu.c              popup menu using the X11R4 SimpleMenu widget
  22. ./xms/label.c             underflow error message using Label widget
  23. ./xms/xms.man             manual page for the client program
  24. ./xms/backward.h          X11R2 backwards compatibility hacks
  25. ./xms/dot-mslaves         sample /usr/local/etc/mslaves (or .mslaves) file
  26.  
  27. ./bms/Makefile            makefile for bms
  28. ./bms/bms.1               manual page for bms
  29. ./bms/bms.c               main program for bms
  30.  
  31. ./mslaved/Makefile        makefile for the computation server
  32. ./mslaved/ms_real.c       mathematical functions
  33. ./mslaved/mslaved.c       a sample computation server
  34. ./mslaved/mslaved.8        - manual page for the above
  35. ./mslaved/mslavedc.c      launcher for mslaved (for those not using inetd)
  36. ./mslaved/mslavedc.8       - manual page for the above
  37. ./mslaved/enslave         server startup script for those not using inetd
  38. ./mslaved/enslave.1        - manual page for the above
  39. ./mslaved/dot-enslave     sample .enslave file
  40.  
  41. ./lib/Makefile          makefile for the library
  42. ./lib/ms_ipc.h            definitions related to server-client communication
  43. ./lib/ms_job.h            definition of a work packet
  44. ./lib/ms_real.h           definitions for fixed-point arithmetic
  45. ./lib/datarep.h          definitions for network data representation
  46. ./lib/work.c              work distribution
  47. ./lib/work.h               - header for the above
  48. ./lib/mspawn.c            X independent application code
  49. ./lib/mspawn.h             - header for the above
  50. ./lib/version.h           current version number
  51. ./lib/cmap.c          colormap support
  52. ./lib/color.h          color definitions
  53. ./lib/colors.c            table of color names
  54. ./lib/parse.c          parse textual representation of colors
  55. ./lib/inet.h              network support
  56. ./lib/io.c          slave communications
  57. ./lib/io.h           - header for the above
  58. ./lib/strdup.c          strdup() replacement
  59.